The GRIB_INDEX_GET_SIZE function returns the number of distinct values of the Key contained in Gindex. Key must belong to Gindex.
Result = GRIB_INDEX_GET_SIZE(Gindex, Key)
Returns the number of distinct values in Gindex.
A GRIB index created from a file. The index must have been created with Key.
A case-sensitive string containing the key name whose number of values is to be determined.
See GRIB_GET_VALUESfor a general example using the GRIB routines.
8.1 |
Introduced |